projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c18cc3
)
gtk-demo: Remove C99-ism from list_store example
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 15 Oct 2009 11:25:21 +0000
(12:25 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 15 Oct 2009 11:25:21 +0000
(12:25 +0100)
demos/gtk-demo/list_store.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/list_store.c
b/demos/gtk-demo/list_store.c
index 156ddf6cd40813456123c83e6b1b44712dfb01dd..94335afdf8f0d322de37677e047577d85c605a2e 100644
(file)
--- a/
demos/gtk-demo/list_store.c
+++ b/
demos/gtk-demo/list_store.c
@@
-276,7
+276,7
@@
do_list_store (GtkWidget *do_widget)
{
gtk_widget_show_all (window);
if (timeout == 0) {
- /
/FIXME this should use the animation-duration instead
+ /
* FIXME this should use the animation-duration instead */
timeout = g_timeout_add (80, spinner_timeout, NULL);
}
}